home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 February / UG2.ISO / Programos / OutpostSecuritySuiteProInstall_samag.exe / {code_GetDest} / VBEngNT.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2008-10-14  |  1.7 KB  |  67 lines

  1. ;Copyright (c) 2005-2008 Agnitum Ltd. All rights Reserved
  2. [Version]
  3. Signature    = "$Windows NT$"
  4. ;Class        = "AntiVirus"                 ;This is determined by the work this filter driver does
  5. Class        = "SecurityEnhancer"                 ;This is determined by the work this filter driver does
  6. ;ClassGuid    = {b1d1a169-c54f-4379-81db-bee7d88d7454} ;Class = AntiVirus
  7. ClassGuid     = {d02bc3da-0c8e-4945-9bd5-f1883c226c8c}    ;Class = SecurityEnhancer
  8. Provider    = %MfgName%
  9. CatalogFile    = %ImageName%.cat ; Catalog files are supplied by the Microsoft Windows Hardware Quality Lab (WHQL)
  10. DriverVer=10/14/2008,2.3.630.2006
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir    = 12
  14. DriverFiles    = 12 ;%windir%\system32\drivers
  15.  
  16. [SourceDisksNames]
  17. 1 = %Disk1%
  18.  
  19. [SourceDisksFiles]
  20. %ImageName%.sys = 1
  21.  
  22. ;; Default install sections
  23. [DefaultInstall]
  24. OptionDesc    = %ServiceDesc%
  25. CopyFiles    = DriverFiles
  26.  
  27. [DefaultInstall.Services]
  28. AddService    = %ServiceName%,,Service
  29.  
  30. ;; Default uninstall sections
  31. [DefaultUninstall]
  32. DelFiles    = DriverFiles
  33. DelReg        = DelRegistry
  34.  
  35. [DefaultUninstall.Services]
  36. DelService    = %ServiceName%
  37.  
  38. ;; Services Section
  39. [Service]
  40. DisplayName    = %ServiceName%
  41. Description    = %ServiceDesc%
  42. ServiceBinary    = %12%\%ImageName%.sys    ;%windir%\system32\drivers\VBEngNT.sys
  43. ServiceType    = 1
  44. StartType    = 3
  45. ErrorControl    = 1
  46. LoadOrderGroup    = "FSFilter Anti-Virus"
  47. AddReg        = AddRegistry
  48.  
  49. ;; Registry Modifications
  50. [AddRegistry]
  51. HKLM,%Registry%,DebugFlags,0x00010001,0
  52.  
  53. [DelRegistry]
  54. HKLM,%Registry%,DebugFlags
  55.  
  56. ;; Copy Files
  57. [DriverFiles]
  58. %ImageName%.sys
  59.  
  60. [Strings]
  61. MfgName        = "Agnitum, Ltd."
  62. ServiceName = "VBEngNT"
  63. ServiceDesc = "Virus Buster Antivirus Engine"
  64. ImageName   = "VBEngNT"
  65. Registry    = "System\CurrentControlSet\Services\VBEngNT"
  66. Disk1        = "SandBox Source Media"
  67.